home *** CD-ROM | disk | FTP | other *** search
/ BCI NET / BCI NET Dec 94.iso / archives / networking / misc / adt_as225.lha / adt / SMakefile < prev   
Encoding:
Makefile  |  1994-10-13  |  121 b   |  12 lines

  1. CFLAGS = OPTIMIZE
  2.  
  3. LIBS = LIB curses.lib
  4.  
  5. OBJS = adt.o
  6.  
  7. all: adt
  8.  
  9. adt: $(OBJS)
  10.     sc $(CFLAGS) LINK TO $@ $(OBJS) $(LIBS)
  11.  
  12.